GtkTreeView: Avoid interference with animation
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jul 2014 02:00:59 +0000 (22:00 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jul 2014 03:04:40 +0000 (23:04 -0400)
commitdaf05ad987f05966556ef59e7fa3b4f69571d9bf
treecc35a7553261f5928bfb08d688073cf3c92666ed
parentaa5afb38e83937aff9d9a14800c633960dde2d67
GtkTreeView: Avoid interference with animation

The animated scrolling interferes with incremental validation.
As short-term solution, disable scrolling animation during
incremental validation. This is not a proper solution, but
it avoids broken behavior like scrollbars that are not reacting
to clicks. The problem was visible, e.g. in the list view
example in gtk3-demo.
gtk/gtktreeview.c